const github.com/refraction-networking/utls.statusTypeOCSP

7 uses

	github.com/refraction-networking/utls (current package)
		common.go#L192: 	statusTypeOCSP   uint8 = 1
		handshake_messages.go#L542: 			m.ocspStapling = statusType == statusTypeOCSP
		handshake_messages.go#L1539: 						b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1608: 				if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		handshake_messages.go#L1672: 		b.AddUint8(statusTypeOCSP)
		handshake_messages.go#L1686: 		!s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		u_tls_extensions.go#L250: 	if statusType != statusTypeOCSP {